﻿2026-07-08T22:40:53.0741458Z ##[group]Run actions/checkout@v5
2026-07-08T22:40:53.0742302Z with:
2026-07-08T22:40:53.0742708Z   fetch-depth: 0
2026-07-08T22:40:53.0743219Z   repository: SaberMage/spt-core
2026-07-08T22:40:53.0747074Z   token: ***
2026-07-08T22:40:53.0747502Z   ssh-strict: true
2026-07-08T22:40:53.0747931Z   ssh-user: git
2026-07-08T22:40:53.0748380Z   persist-credentials: true
2026-07-08T22:40:53.0748828Z   clean: true
2026-07-08T22:40:53.0749470Z   sparse-checkout-cone-mode: true
2026-07-08T22:40:53.0749957Z   fetch-tags: false
2026-07-08T22:40:53.0750362Z   show-progress: true
2026-07-08T22:40:53.0750763Z   lfs: false
2026-07-08T22:40:53.0751139Z   submodules: false
2026-07-08T22:40:53.0751553Z   set-safe-directory: true
2026-07-08T22:40:53.0752319Z ##[endgroup]
2026-07-08T22:40:53.2944872Z Syncing repository: SaberMage/spt-core
2026-07-08T22:40:53.2948073Z ##[group]Getting Git version info
2026-07-08T22:40:53.2949534Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-07-08T22:40:53.2951363Z [command]/usr/bin/git version
2026-07-08T22:40:53.2956789Z git version 2.43.0
2026-07-08T22:40:53.2977275Z ##[endgroup]
2026-07-08T22:40:53.2991871Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/372e4245-744a-49e6-9444-638a1ef9b8d1' before making global git config changes
2026-07-08T22:40:53.2994209Z Adding repository directory to the temporary git global config as a safe directory
2026-07-08T22:40:53.2996070Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-07-08T22:40:53.3053559Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-08T22:40:53.3091464Z https://github.com/SaberMage/spt-core
2026-07-08T22:40:53.3107025Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-08T22:40:53.3110618Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-08T22:40:53.3150249Z refs/heads/main
2026-07-08T22:40:53.3160322Z [command]/usr/bin/git checkout --detach
2026-07-08T22:40:53.3570872Z HEAD is now at 0f0bc6e75 docs(musl-tier): W1 dispatch ruling — target-triple centralization
2026-07-08T22:40:53.3652278Z [command]/usr/bin/git branch --delete --force main
2026-07-08T22:40:53.3710626Z Deleted branch main (was 0f0bc6e75).
2026-07-08T22:40:53.3716469Z ##[endgroup]
2026-07-08T22:40:53.3720956Z [command]/usr/bin/git submodule status
2026-07-08T22:40:53.3968147Z ##[group]Cleaning the repository
2026-07-08T22:40:53.3970053Z [command]/usr/bin/git clean -ffdx
2026-07-08T22:40:53.7684181Z Removing target/
2026-07-08T22:40:53.7698532Z [command]/usr/bin/git reset --hard HEAD
2026-07-08T22:40:53.7829275Z HEAD is now at 0f0bc6e75 docs(musl-tier): W1 dispatch ruling — target-triple centralization
2026-07-08T22:40:53.7837362Z ##[endgroup]
2026-07-08T22:40:53.7839490Z ##[group]Disabling automatic garbage collection
2026-07-08T22:40:53.7844128Z [command]/usr/bin/git config --local gc.auto 0
2026-07-08T22:40:53.7892215Z ##[endgroup]
2026-07-08T22:40:53.7893400Z ##[group]Setting up auth
2026-07-08T22:40:53.7901722Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-08T22:40:53.7946911Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-08T22:40:53.8216383Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-08T22:40:53.8276911Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-08T22:40:53.8562277Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-08T22:40:53.8619713Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-08T22:40:53.8901554Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-08T22:40:53.8951866Z ##[endgroup]
2026-07-08T22:40:53.8954449Z ##[group]Fetching the repository
2026-07-08T22:40:53.8964867Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +e9ac0c08df00198101ab070db5c7d9288a2cf5a2:refs/remotes/pull/61/merge
2026-07-08T22:40:54.8108256Z From https://github.com/SaberMage/spt-core
2026-07-08T22:40:54.8109830Z  * [new branch]          feat/musl-w1-platform-registry           -> origin/feat/musl-w1-platform-registry
2026-07-08T22:40:54.8114508Z  * [new ref]             e9ac0c08df00198101ab070db5c7d9288a2cf5a2 -> pull/61/merge
2026-07-08T22:40:54.8171115Z ##[endgroup]
2026-07-08T22:40:54.8171783Z ##[group]Determining the checkout info
2026-07-08T22:40:54.8172298Z ##[endgroup]
2026-07-08T22:40:54.8183426Z [command]/usr/bin/git sparse-checkout disable
2026-07-08T22:40:54.8252027Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-08T22:40:54.8283111Z ##[group]Checking out the ref
2026-07-08T22:40:54.8286155Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/61/merge
2026-07-08T22:40:54.8488171Z Previous HEAD position was 0f0bc6e75 docs(musl-tier): W1 dispatch ruling — target-triple centralization
2026-07-08T22:40:54.8490993Z HEAD is now at e9ac0c08d Merge a05d4ff67e1544aa66b31642f325746975f64673 into 0f0bc6e75d00363bda0b4dfdd9eb63e96424ee7b
2026-07-08T22:40:54.8502588Z ##[endgroup]
2026-07-08T22:40:54.8568467Z [command]/usr/bin/git log -1 --format=%H
2026-07-08T22:40:54.8614783Z e9ac0c08df00198101ab070db5c7d9288a2cf5a2
